/[hegemonie]/hegemonie/GameEngine/GNUmakefile
ViewVC logotype

Diff of /hegemonie/GameEngine/GNUmakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dam, Sun May 25 16:21:12 2003 UTC revision 1.3 by dam, Sun May 25 18:35:58 2003 UTC
# Line 1  Line 1 
1    # -*- Makefile -*-
2  #  #
3  # $Id$  # $Id$
4  #  #
# Line 18  Line 19 
19  # You should have received a copy of the GNU General Public License  # You should have received a copy of the GNU General Public License
20  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
21  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #  
22    
23  include $(GNUSTEP_MAKEFILES)/common.make  include $(GNUSTEP_MAKEFILES)/common.make
24    
25  ADDITIONAL_INCLUDE_DIRS = -I../Headers  SUBPROJECT_NAME = GameEngine
26  ADDITIONAL_CPPFLAGS = -Wall  GameEngine_OBJC_FILES = HgBonus.m HgWeapon.m HgStatic.m HgMobile.m HgPlayer.m \
27                            HgGame.m HgTeam.m HgShip.m HgObject.m HgPlayerState.m
 LIBRARY_NAME = myLib  
 myLib_OBJC_FILES = HgBonus.m HgWeapon.m HgStatic.m HgMobile.m HgPlayer.m \  
                    HgGame.m HgTeam.m HgShip.m HgObject.m HgPlayerState.m  
28    
29  include $(GNUSTEP_MAKEFILES)/library.make  -include GNUmakefile.preamble
30    include $(GNUSTEP_MAKEFILES)/subproject.make
31    -include GNUmakefile.postamble

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26