summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2002-06-04 15:15:11 +0000
committerrpj <rpj>2002-06-04 15:15:11 +0000
commit5c1bda8e72572064653230f4fcbdf0d5df627085 (patch)
tree5793cfcd057375e46c5d38c07f202232b2590bdc /GNUmakefile
parent7e2e924362df5556ff55ee7e1b8738a05d067ec4 (diff)
*** empty log message ***
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c205458..44fc4d7 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -458,6 +458,7 @@ clean:
-$(RM) *~
-$(RM) *.i
-$(RM) *.o
+ -$(RM) *.obj
-$(RM) *.exe
-$(RM) $(PTHREAD_DEF)
@@ -466,6 +467,8 @@ realclean: clean
-$(RM) $(GCE_LIB)
-$(RM) $(GC_DLL)
-$(RM) $(GCE_DLL)
+ -$(RM) $(GC_INLINED_STAMP)
+ -$(RM) $(GCE_INLINED_STAMP)
attr.o: attr.c $(ATTR_SRCS) $(INCL)
barrier.o: barrier.c $(BARRIER_SRCS) $(INCL)