Category : Files from Magazines
Archive   : CUJ9201.ZIP
Filename : 1001105B

 
Output of file : 1001105B contained in archive : CUJ9201.ZIP
#
# Make file for CMENU Menu compiler system
# For use with Unix/Xenix
#

CC = cc

# Configuration options:

# Uncomment only one of the following two lines, XENIX for XENIX only,
# UNIX for any non-XENIX system:
#SYSTEM = UNIX
SYSTEM = XENIX

# uncomment one only (first works for XENIX, second for most others):
CULIBS = -ltcap -ltermcap
#CULIBS = -lcurses -ltermcap

# uncomment only ONE of the following 2 lines. The first will
# compile the included strstr() definition, the second will cause
# the library version of strstr() to be used.
NEEDSTR = -DNEEDSTR
#NEEDSTR =

#
# From this point on, no changes should be necessary.
#

COPTS = -D$(SYSTEM)=1 $(NEEDSTR)
CFILES = cmenu1.o cmenu2.o cmenu3.o
RFILES = rmenu1.o rmenu2.o rmenu3.o rmenu4.o

all: cmenu rmenu dmenu

.c.o:
$(CC) -c $(COPTS) $<

cmenu: $(CFILES)
$(CC) -o $@ $(CFILES)

rmenu: $(RFILES)
$(CC) -o $@ $(RFILES) $(CULIBS)

dmenu: dmenu.c cmenu.h
$(CC) $(COPTS) -o dmenu dmenu.c

$(CFILES): ccmenu.h cmenu.h

$(RFILES): rcmenu.h cmenu.h



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9201.ZIP
Filename : 1001105B

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/