|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 4900 (0x1324) Types: TextFile Names: »Makefile«
└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89 └─⟦f29048ff3⟧ »./oldXMenu.tar.Z« └─⟦4d7543227⟧ └─⟦this⟧ »oldXMenu/Makefile«
# # Warning: the cpp used on this machine replaces # all newlines and multiple tabs/spaces in a macro # expansion with a single space. Imake tries to # compensate for this, but is not always # successful. # # # This makefile is automatically generated by imake... do not modify # or you may lose your changes when imake generates makefiles again. # Ignore this message if you are not using imake. # TOP = ./../.. AS = as CC = cc CPP = /lib/cpp LD = ld LINT = lint INSTALL = install TAGS = ctags RM = rm -f MV = mv LN = ln -s RANLIB = ranlib AR = ar clq LS = ls LINTOPTS = -axz LINTLIBFLAG = -C MAKE = make STD_DEFINES = CDEBUGFLAGS = -O DESTDIR = PATHSEP = / DEPEND = $(DEPENDSRC)/makedepend IMAKE = $(IMAKESRC)/imake RGB = $(RGBSRC)/rgb CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(STD_DEFINES) $(DEFINES) LINTFLAGS = $(LINTOPTS) $(INCLUDES) $(STD_DEFINES) $(DEFINES) -DLINT LDFLAGS = $(CDEBUGFLAGS) $(SYS_LIBRARIES) $(SYSAUX_LIBRARIES) INSTUIDFLAGS = -m 4755 INSTLIBFLAGS = -m 0664 INSTINCFLAGS = -m 0444 INSTMANFLAGS = -m 0444 INSTAPPFLAGS = -m 0444 USRLIBDIR = $(DESTDIR)/usr/lib BINDIR = $(DESTDIR)/usr/bin/X11 LIBDIR = $(USRLIBDIR)/X11 LINTLIBDIR = $(USRLIBDIR)/lint INCDIR = $(DESTDIR)/usr/include/X11 FONTDIR = $(LIBDIR)/fonts UWMDIR = $(LIBDIR)/uwm MANDIR = $(DESTDIR)/usr/man/mann XAPPLOADDIR = $(LIBDIR)/app-defaults ADMDIR = $(DESTDIR)/usr/adm CLIENTSRC = $(TOP)/clients DEMOSRC = $(TOP)/demos LIBSRC = $(TOP)/lib FONTSRC = $(TOP)/fonts INCLUDESRC = $(TOP)/X11 SERVERSRC = $(TOP)/server UTILSRC = $(TOP)/util EXAMPLESRC = $(TOP)/examples CONTRIBSRC = $(TOP)/contrib DOCSRC = $(TOP)/doc DEPENDSRC = $(UTILSRC)/makedepend IMAKESRC = $(UTILSRC)/imake IRULESRC = $(UTILSRC)/imake.includes RGBSRC = $(UTILSRC)/rgb XLIBSRC = $(LIBSRC)/X TOOLKITSRC = $(LIBSRC)/Xt AWIDGETSRC = $(LIBSRC)/Xaw OLDXLIBSRC = $(LIBSRC)/oldX EXTENSIONSRC = $(TOP)/extensions XMANSRC = $(DOCSRC)/Xlib/Xman EXTENSIONLIB = $(EXTENSIONSRC)/lib/libXext.a XLIB = $(XLIBSRC)/libX11.a OLDXLIB = $(OLDXLIBSRC)/liboldX.a XTOOLLIB = $(TOOLKITSRC)/libXt.a XAWLIB = $(AWIDGETSRC)/libXaw.a LINTXLIB = $(XLIBSRC)/llib-lX11.ln LINTXTOOL = $(TOOLKITSRC)/llib-lXt.ln LINTXAW = $(AWIDGETSRC)/llib-lXaw.ln INCLUDES = -I$(TOP) MACROFILE = Sun.macros IMAKE_CMD = $(NEWTOP)$(IMAKE) -TImake.tmpl \ -I$(NEWTOP)$(IRULESRC) \ -s Makefile RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ tags TAGS make.log HEADERS = XMenu.h LINTLIBS = ../lib/X/llib-lX.ln INSTALLFLAGS = $(INSTINCFLAGS) SRCS = Activate.c \ AddPane.c \ AddSel.c \ ChgPane.c \ ChgSel.c \ Create.c \ DelPane.c \ DelSel.c \ Destroy.c \ Error.c \ EvHand.c \ FindPane.c \ FindSel.c \ InsPane.c \ InsSel.c \ Internal.c \ Locate.c \ Post.c \ Recomp.c \ SetAEQ.c \ SetFrz.c \ SetPane.c \ SetSel.c OBJS = Activate.o \ AddPane.o \ AddSel.o \ ChgPane.o \ ChgSel.o \ Create.o \ DelPane.o \ DelSel.o \ Destroy.o \ Error.o \ EvHand.o \ FindPane.o \ FindSel.o \ InsPane.o \ InsSel.o \ Internal.o \ Locate.o \ Post.o \ Recomp.o \ SetAEQ.o \ SetFrz.o \ SetPane.o \ SetSel.o .c.o: $(RM) $@ $(CC) -c $(CFLAGS) $*.c all:: libXMenu11.a libXMenu11.a: $(OBJS) $(RM) $@ $(AR) $@ $(OBJS) $(RANLIB) $@ lintlib:: llib-lXMenu11.ln llib-lXMenu11.ln: $(SRCS) $(RM) $@ $(LINT) $(LINTLIBFLAG)XMenu11 $(LINTFLAGS) $(SRCS) install:: libXMenu11.a $(INSTALL) -c $(INSTLIBFLAGS) libXMenu11.a $(USRLIBDIR) $(RANLIB) $(USRLIBDIR)/libXMenu11.a install:: llib-lXMenu11.ln $(INSTALL) -c $(INSTLIBFLAGS) llib-lXMenu11.ln $(LINTLIBDIR) install:: $(HEADERS) @case '${MFLAGS}' in *[i]*) set +e;; esac; \ for i in $(HEADERS); do \ (set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(INCDIR)); \ done depend:: $(DEPEND) depend:: $(DEPEND) -s "# DO NOT DELETE" $(CFLAGS) $(SRCS) $(DEPEND): @echo "making $(DEPENDSRC)"; \ cd $(DEPENDSRC); $(MAKE) lint: $(LINT) $(LINTFLAGS) $(SRCS) $(LINTLIBS) lint1: $(LINT) $(LINTFLAGS) $(FILE) $(LINTLIBS) clean:: $(RM_CMD) \#* Makefile:: $(IMAKE) Makefile:: Imakefile \ $(IRULESRC)/Imake.tmpl \ $(IRULESRC)/Imake.rules \ $(IRULESRC)/$(MACROFILE) -$(RM) Makefile.bak; $(MV) Makefile Makefile.bak $(IMAKE_CMD) -DTOPDIR=$(TOP) $(IMAKE): @echo "making $(IMAKESRC)"; \ cd $(IMAKESRC); $(MAKE) tags:: $(TAGS) -w *.[ch] $(TAGS) -xw *.[ch] > TAGS install:: @echo "install done" Makefiles::