|
|
1.1 root 1: ###############################################################################
2: # Instructions to Make, for compilation of ISODE/SunLink osilookup program
3: ###############################################################################
4:
5: ###############################################################################
6: #
7: # $Header: /f/osi/others/osilookup/RCS/Makefile,v 7.0 89/11/23 22:00:57 mrose Rel $
8: #
9: #
10: # $Log: Makefile,v $
11: # Revision 7.0 89/11/23 22:00:57 mrose
12: # Release 6.0
13: #
14: ###############################################################################
15:
16: ###############################################################################
17: #
18: # NOTICE
19: #
20: # Acquisition, use, and distribution of this module and related
21: # materials are subject to the restrictions of a license agreement.
22: # Consult the Preface in the User's Manual for the full terms of
23: # this agreement.
24: #
25: ###############################################################################
26:
27:
28: ###############################################################################
29: # Generation Rules for program modules
30: ###############################################################################
31:
32: .c.o:; $(CC) $(CFLAGS) -c $*.c
33:
34:
35: ###############################################################################
36: # Programs and Libraries
37: ###############################################################################
38:
39: LIBES =
40: LLIBS =
41:
42:
43: ###############################################################################
44: # Files
45: ###############################################################################
46:
47: HFILES =
48: CFILES = osilookup.c
49:
50:
51: ##################################################################
52: # Here it is...
53: ##################################################################
54:
55: all: osilookup
56: inst-all: inst-osilookup
57: install: inst-all clean
58: lint: l-osilookup
59:
60:
61: ##################################################################
62: # osilookup
63: ##################################################################
64:
65: inst-osilookup: $(SBINDIR)osilookup
66:
67: $(SBINDIR)osilookup: xosilookup
68: -cp $@ zxosilookup
69: -rm -f $@
70: cp xosilookup $@
71: -@ls -gls $@
72: -@echo ""
73:
74: osilookup: xosilookup
75:
76: xosilookup: osilookup.o
77: $(LDCC) $(LDFLAGS) -o $@ osilookup.o $(LIBES) $(LSOCKET)
78:
79: l-osilookup:; $(LINT) $(LFLAGS) osilookup.c $(LLIBS)
80:
81:
82: ##################################################################
83: # clean
84: ##################################################################
85:
86: clean:; rm -f *.o x* z* _* core
87:
88: grind:; iprint Makefile
89: tgrind -lc $(HFILES) $(CFILES)
90:
91: true:;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.