/[TIS-4000 Rel T60]/Tornado/time/Makefile.config
ViewVC logotype

Contents of /Tornado/time/Makefile.config

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations)
Fri Dec 10 20:30:53 1999 UTC (24 years ago) by tis4000
Branch: MAIN
CVS Tags: Duluth_baseline, LMC_baseline, HEAD
Changes since 1.2: +2 -14 lines
Deleted all defines except M30INX and X486INX to allow include of special directories.
Steel

1 #
2 # Makefile.config
3 #
4 # this file contains specific configuration for a given directory '.../Vx/xxx'
5 # by defining the working directory name, any special include search path
6 # directories, the source file list (used for make 'depend'), and the object
7 # module list (used by default user target).
8 #
9
10
11 #
12 # extra switches for each machine flavor
13 #
14
15 M30INX =
16
17 X486INX =
18
19 #
20 # Define the source list for timeLib.o
21 #
22
23 SRCS =\
24 $(SRC)/ts_driv.c \
25 $(SRC)/todClock.c \
26 # $(SRC)/timLib.c\
27 # ---
28
29 #
30 # Define the object list for timeLib.o
31 #
32
33 OBJS =\
34 ts_driv.o \
35 todClock.o \
36 # timLib.o\
37 # ---
38
39 PRIV_OBJS =\
40 priv_ts_driv.o \
41 todClock.o \
42 # timLib.o\
43 # ---
44
45 #
46 # END of Makefile.config
47 #

  ViewVC Help
Powered by ViewVC 1.1.30