|
@@ -0,0 +1,34 @@
|
|
|
|
|
+#begin bin_target
|
|
|
|
|
+ #define TARGET egg-qtess
|
|
|
|
|
+ #define LOCAL_LIBS \
|
|
|
|
|
+ eggbase progbase
|
|
|
|
|
+ #define OTHER_LIBS \
|
|
|
|
|
+ egg2pg:c egg:c pandaegg:m \
|
|
|
|
|
+ pnmimagetypes:c pnmimage:c mathutil:c linmath:c putil:c panda:m \
|
|
|
|
|
+ express:c pandaexpress:m \
|
|
|
|
|
+ dtoolutil:c dtoolbase:c dconfig:c dtoolconfig:m dtool:m pystub
|
|
|
|
|
+
|
|
|
|
|
+ #define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
|
|
|
|
+
|
|
|
|
|
+ #define SOURCES \
|
|
|
|
|
+ config_egg_qtess.h \
|
|
|
|
|
+ eggQtess.h \
|
|
|
|
|
+ isoPlacer.I isoPlacer.h \
|
|
|
|
|
+ qtessGlobals.h \
|
|
|
|
|
+ qtessInputEntry.I qtessInputEntry.h \
|
|
|
|
|
+ qtessInputFile.I qtessInputFile.h \
|
|
|
|
|
+ qtessSurface.I qtessSurface.h \
|
|
|
|
|
+ subdivSegment.I subdivSegment.h
|
|
|
|
|
+
|
|
|
|
|
+ #define INCLUDED_SOURCES \
|
|
|
|
|
+ config_egg_qtess.cxx \
|
|
|
|
|
+ eggQtess.cxx \
|
|
|
|
|
+ isoPlacer.cxx \
|
|
|
|
|
+ qtessGlobals.cxx \
|
|
|
|
|
+ qtessInputEntry.cxx \
|
|
|
|
|
+ qtessInputFile.cxx \
|
|
|
|
|
+ qtessSurface.cxx \
|
|
|
|
|
+ subdivSegment.cxx
|
|
|
|
|
+
|
|
|
|
|
+#end bin_target
|
|
|
|
|
+
|