source: trunk/minix/include/Makefile@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 325 bytes
Line 
1
2INC=/usr/include
3GCCVERSION=3.4.3
4MKHEADERS=/usr/gnu//libexec/gcc/i386-pc-minix/$(GCCVERSION)/install-tools/mkheaders
5
6all::
7
8clean::
9
10install::
11 -rm -rf $(INC)
12 mkdir -p $(INC)
13 cpdir . $(INC)
14 @chown -R bin $(INC)
15 @rm -f $(INC)/Makefile
16
17gcc: install
18 SHELL=/bin/sh; if [ -f $(MKHEADERS) ] ; then sh -e $(MKHEADERS) ; fi
Note: See TracBrowser for help on using the repository browser.