summaryrefslogtreecommitdiff
path: root/include/makeinclude/clean.bor
blob: d267cf2b3c39f9043371ee6688e2b5b6e1d5560b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Rules for cleaning up intermediate files
#

clean:
	@copy &&!
@del $(OBJFILES:.obj=.obj ^
@del ) $(IDLFILES:.idl=C.cpp ^
@del ) $(IDLFILES:.idl=C.h ^
@del ) $(IDLFILES:.idl=C.i ^
@del ) $(IDLFILES:.idl=S.cpp ^
@del ) $(IDLFILES:.idl=S.h ^
@del ) $(IDLFILES:.idl=S.i ^
@del ) $(IDLFILES:.idl=S_T.cpp ^
@del ) $(IDLFILES:.idl=S_T.h ^
@del ) $(IDLFILES:.idl=S_T.i ^
@del ) $(RESOURCE)
! clean_$(NAME)~.bat 1> NUL
	-@clean_$(NAME)~.bat 2> NUL
	@del clean_$(NAME)~.bat