/[LeafOK_CVS]/lbbs/src/Makefile.in
ViewVC logotype

Diff of /lbbs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.3 by sysadm, Sun Oct 17 06:19:01 2004 UTC Revision 1.4 by sysadm, Mon Oct 18 08:17:50 2004 UTC
# Line 48  CONFIG_CLEAN_FILES = Line 48  CONFIG_CLEAN_FILES =
48  am__installdirs = "$(DESTDIR)$(bindir)"  am__installdirs = "$(DESTDIR)$(bindir)"
49  binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)  binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
50  PROGRAMS = $(bin_PROGRAMS)  PROGRAMS = $(bin_PROGRAMS)
51  am_bbsd_OBJECTS = bbsd.$(OBJEXT) fork.$(OBJEXT)  am_bbsd_OBJECTS = main.$(OBJEXT) init.$(OBJEXT)
52  bbsd_OBJECTS = $(am_bbsd_OBJECTS)  bbsd_OBJECTS = $(am_bbsd_OBJECTS)
53  bbsd_LDADD = $(LDADD)  bbsd_LDADD = $(LDADD)
54  DEFAULT_INCLUDES = -I. -I$(srcdir)  DEFAULT_INCLUDES = -I. -I$(srcdir)
55  depcomp = $(SHELL) $(top_srcdir)/depcomp  depcomp = $(SHELL) $(top_srcdir)/depcomp
56  am__depfiles_maybe = depfiles  am__depfiles_maybe = depfiles
57  @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bbsd.Po ./$(DEPDIR)/fork.Po  @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/init.Po ./$(DEPDIR)/main.Po
58  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)          $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60  CCLD = $(CC)  CCLD = $(CC)
# Line 131  sbindir = @sbindir@ Line 131  sbindir = @sbindir@
131  sharedstatedir = @sharedstatedir@  sharedstatedir = @sharedstatedir@
132  sysconfdir = @sysconfdir@  sysconfdir = @sysconfdir@
133  target_alias = @target_alias@  target_alias = @target_alias@
134  bbsd_SOURCES = common.h bbsd.c fork.c  bbsd_SOURCES = common.h main.c init.c
135  all: all-am  all: all-am
136    
137  .SUFFIXES:  .SUFFIXES:
# Line 198  mostlyclean-compile: Line 198  mostlyclean-compile:
198  distclean-compile:  distclean-compile:
199          -rm -f *.tab.c          -rm -f *.tab.c
200    
201  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bbsd.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
202  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fork.Po@am__quote@  @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
203    
204  .c.o:  .c.o:
205  @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \  @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1