Changeset 69 for cpp/gdk/Makefile


Ignore:
Timestamp:
02/03/11 03:09:19 (14 years ago)
Author:
sz
Message:

removed unnecessary files. all GDK samples can be built again (including neurotest). TODO: add #define GDK_WITHOUT_FRAMS to all VS projects! Note: read Makefile before syncing frams<->GDK!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/Makefile

    r66 r69  
    22# Framsticks GDK makefile
    33#
     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
    415
    516TARGETS=convtest gdktest genotest neurotest loadertest f0def.xml model.def
     
    718all: $(TARGETS)
    819
    9 CXXOPTS= -DNOCREATUREOBJECT -DEASYMAPDEBUG -g -Wno-parentheses -Wno-overloaded-virtual -Wno-format
     20CXXOPTS= -DGDK_WITHOUT_FRAMS -DEASYMAPDEBUG -g -Wno-parentheses -Wno-overloaded-virtual -Wno-format
    1021# -DEASYMAPDEBUG is required for convtest
    1122
     
    8697fullclean:      clean
    8798        rm -f $(TARGETS) $(AUTOGENERATED)
    88 
    89 prepare: $(AUTOGENERATED) depend
    90         rm -f Makefile.bak
    91         ~/bin/addhead ../gdk-head.txt *.h *.cpp
    9299
    93100depend:
Note: See TracChangeset for help on using the changeset viewer.