source: CMT/v1r18p20041201/src/os9make.header @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 725 bytes
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# See the complete license in cmt_license.txt "http://www.cecill.info".
5#-----------------------------------------------------------
6
7#---------------------------------------------------------
8#
9#  Automaticaly generated Makefile.
10#
11#  Install private stuff after the "User area" flag.
12#
13#---------------------------------------------------------
14
15CFLAGS  =
16
17cflags  = $(CFLAGS)
18cc      = cc
19
20src     = ../src/
21mgr     = ../mgr/
22bin     = ../BIN/
23lib     = ../LIB/
24
25ccomp   = $(cc)  -c -I$(src) $(cflags)
26comp    = $(ccomp)
27
28link    = $(cc)
29libgen  = libgen
30
31
32
33
Note: See TracBrowser for help on using the repository browser.