Changeset 3360 in orxonox.OLD for orxonox/branches/parenting/src/importer/Makefile.in
- Timestamp:
- Jan 6, 2005, 9:37:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/importer/Makefile.in
r3353 r3360 54 54 PROGRAMS = $(bin_PROGRAMS) 55 55 am_importer_OBJECTS = framework.$(OBJEXT) windowHandler.$(OBJEXT) \ 56 object.$(OBJEXT) array.$(OBJEXT) material.$(OBJEXT) \56 model.$(OBJEXT) array.$(OBJEXT) material.$(OBJEXT) \ 57 57 texture.$(OBJEXT) vector.$(OBJEXT) 58 58 importer_OBJECTS = $(am_importer_OBJECTS) … … 62 62 am__depfiles_maybe = depfiles 63 63 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/array.Po ./$(DEPDIR)/framework.Po \ 64 @AMDEP_TRUE@ ./$(DEPDIR)/material.Po ./$(DEPDIR)/ object.Po \64 @AMDEP_TRUE@ ./$(DEPDIR)/material.Po ./$(DEPDIR)/model.Po \ 65 65 @AMDEP_TRUE@ ./$(DEPDIR)/texture.Po ./$(DEPDIR)/vector.Po \ 66 66 @AMDEP_TRUE@ ./$(DEPDIR)/windowHandler.Po … … 177 177 importer_SOURCES = framework.cc \ 178 178 windowHandler.cc \ 179 object.cc \179 model.cc \ 180 180 array.cc \ 181 181 material.cc \ … … 185 185 noinst_HEADERS = framework.h \ 186 186 windowHandler.h \ 187 object.h \187 model.h \ 188 188 array.h \ 189 189 material.h \ … … 259 259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/framework.Po@am__quote@ 260 260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/material.Po@am__quote@ 261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ object.Po@am__quote@261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/model.Po@am__quote@ 262 262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@ 263 263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector.Po@am__quote@
Note: See TracChangeset
for help on using the changeset viewer.