Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5173 in orxonox.OLD for trunk/src/lib/shell/Makefile.in


Ignore:
Timestamp:
Sep 8, 2005, 1:46:26 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: added new Class ShellBuffer, that only handles the main shell's buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/Makefile.in

    r5170 r5173  
    5454libORXshell_a_AR = $(AR) $(ARFLAGS)
    5555libORXshell_a_LIBADD =
    56 am_libORXshell_a_OBJECTS = shell.$(OBJEXT) shell_command.$(OBJEXT) \
    57         shell_completion.$(OBJEXT)
     56am_libORXshell_a_OBJECTS = shell.$(OBJEXT) shell_buffer.$(OBJEXT) \
     57        shell_command.$(OBJEXT) shell_completion.$(OBJEXT)
    5858libORXshell_a_OBJECTS = $(am_libORXshell_a_OBJECTS)
    5959DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
     
    6161am__depfiles_maybe = depfiles
    6262@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/shell.Po \
     63@AMDEP_TRUE@    ./$(DEPDIR)/shell_buffer.Po \
    6364@AMDEP_TRUE@    ./$(DEPDIR)/shell_command.Po \
    6465@AMDEP_TRUE@    ./$(DEPDIR)/shell_completion.Po
     
    185186noinst_LIBRARIES = libORXshell.a
    186187libORXshell_a_SOURCES = shell.cc \
     188                        shell_buffer.cc \
    187189                        shell_command.cc \
    188190                        shell_completion.cc
    189191
    190192noinst_HEADERS = shell.h \
     193                shell_buffer.h \
    191194                shell_command.h \
    192195                shell_completion.h
     
    240243
    241244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell.Po@am__quote@
     245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell_buffer.Po@am__quote@
    242246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell_command.Po@am__quote@
    243247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shell_completion.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.