Changeset 69 for cpp/gdk/Makefile
- Timestamp:
- 02/03/11 03:09:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/Makefile
r66 r69 2 2 # Framsticks GDK makefile 3 3 # 4 # 5 # frams->GDK differences: 6 # ------------------------- 7 # #define GDK_WITHOUT_FRAMS 8 # f0.def (removed some neurons) 9 # gen-config.h (only f1->f0 is supported) 10 # neuroimpl-body-gdk.h (dummy implementations) 11 # 12 # autogenerated files can differ: 13 # defassign-f0_joint.h defassign-f0_part.h defassign-f0_neuro.h f0classes.h 14 # defassign-f0_neuroconn.h f0def.xml neurocls-library.h neurocls-factory.h model.def 4 15 5 16 TARGETS=convtest gdktest genotest neurotest loadertest f0def.xml model.def … … 7 18 all: $(TARGETS) 8 19 9 CXXOPTS= -D NOCREATUREOBJECT-DEASYMAPDEBUG -g -Wno-parentheses -Wno-overloaded-virtual -Wno-format20 CXXOPTS= -DGDK_WITHOUT_FRAMS -DEASYMAPDEBUG -g -Wno-parentheses -Wno-overloaded-virtual -Wno-format 10 21 # -DEASYMAPDEBUG is required for convtest 11 22 … … 86 97 fullclean: clean 87 98 rm -f $(TARGETS) $(AUTOGENERATED) 88 89 prepare: $(AUTOGENERATED) depend90 rm -f Makefile.bak91 ~/bin/addhead ../gdk-head.txt *.h *.cpp92 99 93 100 depend:
Note: See TracChangeset
for help on using the changeset viewer.