Parent Directory
|
Revision Log
|
Revision Graph
Required for hwicc830. - Szostak
1 | tis4000 | 1.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)/hwicc830.c \ | ||
25 | # --- | ||
26 | |||
27 | # | ||
28 | # Define the object list for timeLib.o | ||
29 | # | ||
30 | |||
31 | #OBJS =\ | ||
32 | # ts_driv.o \ | ||
33 | # todClock.o \ | ||
34 | # timLib.o\ | ||
35 | # --- | ||
36 | |||
37 | PRIV_OBJS =\ | ||
38 | # priv_ts_driv.o \ | ||
39 | # todClock.o \ | ||
40 | # timLib.o\ | ||
41 | # --- | ||
42 | |||
43 | # | ||
44 | # END of Makefile.config | ||
45 | # |
ViewVC Help | |
Powered by ViewVC 1.1.28 |