/[projectaxis]/projectaxis/projectAxis/src/pods/Makefile
ViewVC logotype

Diff of /projectaxis/projectAxis/src/pods/Makefile

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

revision 1.2 by leiavoia, Wed Jun 4 03:18:54 2003 UTC revision 1.3 by leiavoia, Sat Jun 7 00:02:05 2003 UTC
# Line 27  MDEPEND = g++ -M Line 27  MDEPEND = g++ -M
27  RM = /bin/rm -f  RM = /bin/rm -f
28    
29  # dirs to search for files in  # dirs to search for files in
30  VPATH = .:../blotchmaker  VPATH = .:../map:../map/specials:../map/pathfinding
31    
32  # The list of source files:  # The list of source files:
33  SRCS = pod.cpp map.cpp blotchmaker.cpp extra_math.cpp mapsearch.cpp mapsearch_pod.cpp missions.cpp  SRCS = pod.cpp map.cpp blotchmaker.cpp extra_math.cpp mapsearch.cpp mapsearch_pod.cpp missions.cpp
# Line 39  LIBS = Line 39  LIBS =
39  PROG = movetest  PROG = movetest
40    
41  # list of generated object files.  # list of generated object files.
42  OBJS = pod.o movetest.o map.o ../blotchmaker/extra_math.o ../blotchmaker/blotchmaker.o mapsearch.o mapsearch_pod.o missions.o  OBJS = pod.o movetest.o ../map/map.o ../map/extra_math.o ../map/blotchmaker.o ../map/pathfinding/mapsearch.o ../map/pathfinding/mapsearch_pod.o missions.o
43    
44    
45  ######## RULES ########  ######## RULES ########

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