added Makefile, LIST and .distr
This commit is contained in:
parent
25291680b0
commit
dc87f207cd
3
lang/cem/libcc.ansi/errno/.distr
Normal file
3
lang/cem/libcc.ansi/errno/.distr
Normal file
@ -0,0 +1,3 @@
|
||||
LIST
|
||||
Makefile
|
||||
errlist.c
|
||||
1
lang/cem/libcc.ansi/errno/LIST
Normal file
1
lang/cem/libcc.ansi/errno/LIST
Normal file
@ -0,0 +1 @@
|
||||
errlist.c
|
||||
11
lang/cem/libcc.ansi/errno/Makefile
Normal file
11
lang/cem/libcc.ansi/errno/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-L -LIB
|
||||
|
||||
.SUFFIXES: .o .e .c
|
||||
|
||||
.e.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $*.e
|
||||
|
||||
clean:
|
||||
rm -rf errlist.o OLIST
|
||||
|
||||
errlist.o:
|
||||
3
lang/cem/libcc.ansi/signal/.distr
Normal file
3
lang/cem/libcc.ansi/signal/.distr
Normal file
@ -0,0 +1,3 @@
|
||||
LIST
|
||||
Makefile
|
||||
raise.c
|
||||
1
lang/cem/libcc.ansi/signal/LIST
Normal file
1
lang/cem/libcc.ansi/signal/LIST
Normal file
@ -0,0 +1 @@
|
||||
raise.c
|
||||
11
lang/cem/libcc.ansi/signal/Makefile
Normal file
11
lang/cem/libcc.ansi/signal/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-L -LIB
|
||||
|
||||
.SUFFIXES: .o .e .c
|
||||
|
||||
.e.o:
|
||||
$(CC) $(CFLAGS) -c -o $@ $*.e
|
||||
|
||||
clean:
|
||||
rm -rf raise.o OLIST
|
||||
|
||||
raise.o:
|
||||
Loading…
x
Reference in New Issue
Block a user