Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3509 in orxonox.OLD for orxonox/branches/soundEngine/src/Makefile.in


Ignore:
Timestamp:
Mar 11, 2005, 11:33:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/soundEngine: moved unrelevant stuff out of sound_control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/soundEngine/src/Makefile.in

    r3502 r3509  
    1616
    1717
    18 SOURCES = $(orxonox_SOURCES)
     18SOURCES = $(orxonox_SOURCES) $(sound_SOURCES)
    1919
    2020srcdir = @srcdir@
     
    3939POST_UNINSTALL = :
    4040host_triplet = @host@
    41 bin_PROGRAMS = orxonox$(EXEEXT)
     41bin_PROGRAMS = orxonox$(EXEEXT) sound$(EXEEXT)
    4242subdir = src
    4343DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     
    6767orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6868orxonox_LDADD = $(LDADD)
     69am_sound_OBJECTS = sound_test.$(OBJEXT) sound_control.$(OBJEXT)
     70sound_OBJECTS = $(am_sound_OBJECTS)
     71sound_LDADD = $(LDADD)
    6972DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
    7073depcomp = $(SHELL) $(top_srcdir)/depcomp
     
    8790@AMDEP_TRUE@    ./$(DEPDIR)/p_node.Po ./$(DEPDIR)/player.Po \
    8891@AMDEP_TRUE@    ./$(DEPDIR)/skysphere.Po \
     92@AMDEP_TRUE@    ./$(DEPDIR)/sound_control.Po \
     93@AMDEP_TRUE@    ./$(DEPDIR)/sound_test.Po \
    8994@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/texture.Po \
    9095@AMDEP_TRUE@    ./$(DEPDIR)/track_manager.Po ./$(DEPDIR)/vector.Po \
     
    95100CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
    96101        -o $@
    97 SOURCES = $(orxonox_SOURCES)
    98 DIST_SOURCES = $(orxonox_SOURCES)
     102SOURCES = $(orxonox_SOURCES) $(sound_SOURCES)
     103DIST_SOURCES = $(orxonox_SOURCES) $(sound_SOURCES)
    99104RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
    100105        html-recursive info-recursive install-data-recursive \
     
    251256                 glmenu/glmenu_imagescreen.cc
    252257
     258sound_SOURCES = sound_test.cc \
     259                 sound_control.cc
     260
    253261noinst_HEADERS = orxonox.h \
    254262                 game_loader.h \
     
    359367        @rm -f orxonox$(EXEEXT)
    360368        $(CXXLINK) $(orxonox_LDFLAGS) $(orxonox_OBJECTS) $(orxonox_LDADD) $(LIBS)
     369sound$(EXEEXT): $(sound_OBJECTS) $(sound_DEPENDENCIES)
     370        @rm -f sound$(EXEEXT)
     371        $(CXXLINK) $(sound_LDFLAGS) $(sound_OBJECTS) $(sound_LDADD) $(LIBS)
    361372
    362373mostlyclean-compile:
     
    393404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
    394405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skysphere.Po@am__quote@
     406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_control.Po@am__quote@
     407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sound_test.Po@am__quote@
    395408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
    396409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.