mirror of
https://github.com/0intro/conterm
synced 2024-11-21 21:31:23 +03:00
where did this go?
This commit is contained in:
parent
93a43be0ea
commit
3f22e19560
25
win32-386/Makefile
Normal file
25
win32-386/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
ROOT=..
|
||||
include ../Make.config
|
||||
LIB=../libmachdep.a
|
||||
|
||||
OFILES=\
|
||||
getcallerpc.$O\
|
||||
md5block.$O\
|
||||
sha1block.$O\
|
||||
tas.$O
|
||||
|
||||
default: $(LIB)
|
||||
$(LIB): $(OFILES)
|
||||
$(AR) r $(LIB) $(OFILES)
|
||||
$(RANLIB) $(LIB)
|
||||
|
||||
%.$O: %.c
|
||||
$(CC) $(CFLAGS) $*.c
|
||||
|
||||
%.$O: %.s
|
||||
$(AS) -o $*.$O $*.s
|
||||
|
||||
%.s: %.spp
|
||||
cpp $*.spp >$*.s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user