home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v1.2
/
amidev_cd_12.iso
/
devcon
/
sanfrancisco_1989
/
sf-devcon89.1
/
commodities
/
include
/
cx
/
makefile
< prev
next >
Wrap
Makefile
|
1992-08-27
|
416b
|
26 lines
# makefile for precompiled include files for
# both aztec and lattice compilers. Also builds prototypes
# for lattice
# aztec .pre file
PRE=cxusr.pre
SYM=cxusr.sym
PRESRC=sysall.h
PRAGMA=cxlib.p
.fd.p:
fd2pragma $*.fd $*.p
all: $(PRAGMA) $(PRE) $(SYM)
$(PRAGMA): cxlib.fd
$(PRE): $(PRESRC)
cc -DIAZTEC -A -o RAM:pre_garbage.asm +H$(PRE) $(PRESRC)
$(SYM): $(PRESRC)
lc1 -DILATTICE -ph -o$(SYM) $(PRESRC)