home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
ncurses-1.9.9e-src.tgz
/
tar.out
/
fsf
/
ncurses
/
Makefile.in
< prev
next >
Wrap
Makefile
|
1996-09-28
|
343b
|
24 lines
# Master Makefile for ncurses library.
SHELL = /bin/sh
NC_MFLAGS = @nc_cv_makeflags@
@SET_MAKE@
DIRS_TO_MAKE = @DIRS_TO_MAKE@
all :: $(DIRS_TO_MAKE)
$(DIRS_TO_MAKE) :
mkdir $@
# Put the common rules here so that we can easily construct the list of
# directories to visit.
all \
clean \
distclean \
mostlyclean \
realclean \
install ::