diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /src/Makefile | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-f627f77f23d1497c9e1f4269b5c8812d12b42f18.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/Makefile b/src/Makefile index 2aaa971..7726ec3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -5,14 +5,13 @@ what: @echo "What do you want to make?" Clean Pure: - cd iconc; rm -f *.o iconc - cd common; rm -f *.o doincl patchstr infer - cd preproc; rm -f *.o pp - cd rtt; rm -f *.o rtt - cd runtime; rm -f *.o *.c rt.db rt.a rttcur.lst rttfull.lst iconx - cd icont; rm -f *.o icont hdr.h ixhdr.hdr newhdr - cd wincap; rm -f *.o *.a - cd xpm; rm -f *.o *.a + cd common; rm -f *.o *.exe patchstr infer + cd preproc; rm -f *.o *.exe pp + cd rtt; rm -f *.o *.exe rtt + cd runtime; rm -f *.o *.exe *.c rt.db rt.a rtt*.lst iconx + cd icont; rm -f *.o *.exe icont hdr.h ixhdr.hdr newhdr + cd wincap; rm -f *.o *.exe *.a + cd xpm; rm -f *.o *.exe *.a # force full runtime system rebuild touch h/define.h rm -f h/arch.h @@ -20,12 +19,11 @@ Clean Pure: # The following entry forces rebuilding of everthing from first-generation # files, even files not normally recreated. Doing this requires uncommenting -# some lines in common/Makefile, icont/Makefile, and iconc/Makefile. +# some lines in common/Makefile and icont/Makefile. Force-rebuild: Clean cd h; rm -f kdefs.h cd common; rm -f *.o yacctok.h lextab.h icontype.h \ - doincl fixgram mktoktab patchstr pscript typespec + fixgram mktoktab patchstr pscript typespec cd icont; rm -f *.o icont mkkwd trash \ hdr.h keyword.h tgram.g ttoken.h tparse.c - cd iconc; rm -f *.o iconc cgram.g ctoken.h cparse.h |