home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
c
/
pthd-0.000
/
pthd-0
/
pthd-0.7
/
src_thread
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-08-16
|
229 b
|
14 lines
# Makefile for public portion of the POSIX pthreads API
#
include ../Rules.runtime
all: th
LINKS = ${UTILS} ${PTHREAD_LIB}
th: thread.c ${LINKS}
${CC} ${CFLAGS} thread.c ${LINKS} -o th
clean:
rm -f *.o *.bak *.rem th *~