#begin lib_target #define TARGET dtoolutil #define LOCAL_LIBS dtoolbase #if $[ne $[PLATFORM], FreeBSD] #define UNIX_SYS_LIBS dl #endif #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx #define SOURCES \ checkPandaVersion.h \ config_dtoolutil.h \ executionEnvironment.I executionEnvironment.h filename.I \ filename.h load_dso.h dSearchPath.I dSearchPath.h \ pandaSystem.h pandaVersion.h \ pfstream.h \ vector_string.h gnu_getopt.c gnu_getopt.h gnu_getopt1.c \ pfstreamBuf.h vector_src.h #define INCLUDED_SOURCES \ checkPandaVersion.cxx \ config_dtoolutil.cxx \ executionEnvironment.cxx filename.cxx load_dso.cxx \ dSearchPath.cxx \ pandaSystem.cxx \ pfstreamBuf.cxx pfstream.cxx \ vector_string.cxx #define INSTALL_HEADERS \ checkPandaVersion.h \ config_dtoolutil.h \ executionEnvironment.I executionEnvironment.h filename.I \ filename.h load_dso.h dSearchPath.I dSearchPath.h \ pandaSystem.h pandaVersion.h \ pfstream.h pfstream.I vector_string.h gnu_getopt.h \ pfstreamBuf.h vector_src.cxx vector_src.h #end lib_target #begin test_bin_target #define TARGET test_pfstream #define LOCAL_LIBS dtoolbase dtoolutil #define SOURCES test_pfstream.cxx #end test_bin_target #begin test_bin_target #define TARGET test_touch #define LOCAL_LIBS dtoolbase dtoolutil #define SOURCES test_touch.cxx #end test_bin_target #include $[THISDIRPREFIX]pandaVersion.h.pp