mirror of https://github.com/BOINC/boinc.git
parent
c9c06d0c8e
commit
52287f799b
15
Makefile.in
15
Makefile.in
|
@ -58,11 +58,12 @@ uninstall:
|
||||||
$(RM) -r $(INSTALL_DIR)/tools;
|
$(RM) -r $(INSTALL_DIR)/tools;
|
||||||
|
|
||||||
ARCHIVE_TARGETS = \
|
ARCHIVE_TARGETS = \
|
||||||
client/*.C client/*.cpp client/*.h client/configure \
|
client/*.C client/*.h client/configure \
|
||||||
client/install-sh client/*.in client/*.sub client/*.guess \
|
client/install-sh client/*.in client/*.sub client/*.guess \
|
||||||
client/mac/*.h client/mac/*.cpp \
|
client/mac/*.h client/mac/*.cpp \
|
||||||
client/win/*.h client/win/*.cpp \
|
client/win/*.h client/win/*.cpp client/win/*.rc client/win/*.aps \
|
||||||
apps/*.C apps/*.h apps/*.in \
|
client/win/res/*.* \
|
||||||
|
apps/*.C apps/*.in \
|
||||||
db/*.sql db/*.h db/*.C db/*.in db/init_db \
|
db/*.sql db/*.h db/*.C db/*.in db/init_db \
|
||||||
doc/*.* \
|
doc/*.* \
|
||||||
html_ops/*.* \
|
html_ops/*.* \
|
||||||
|
@ -73,10 +74,12 @@ ARCHIVE_TARGETS = \
|
||||||
test/*.xml test/*.php test/*wu test/*result test/*output \
|
test/*.xml test/*.php test/*wu test/*result test/*output \
|
||||||
test/*.html test/*input \
|
test/*.html test/*input \
|
||||||
tools/*.C tools/*.h tools/*.in \
|
tools/*.C tools/*.h tools/*.in \
|
||||||
api/*.C api/*.h api/*.in \
|
api/*.C api/*.h api/*.in api/*.c \
|
||||||
RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \
|
RSAEuro/*/*.c RSAEuro/*/*.h RSAEuro/*/*.in RSAEuro/*/*.mak \
|
||||||
mac_build/*.*/*.* mac_build/*.*/*.*/*.* \
|
mac_build/boinc.pbproj/*.pbxproj mac_build/*.lproj/*.nib/*.* \
|
||||||
win_build.zip INSTALL LICENSE configure install-sh \
|
mac_build/*.lproj/*.strings \
|
||||||
|
win_build/*.* win_build/*/*.dsp win_build/*/*.rct \
|
||||||
|
INSTALL LICENSE configure install-sh \
|
||||||
*.in *.sub *.guess *.m4
|
*.in *.sub *.guess *.m4
|
||||||
|
|
||||||
tar:
|
tar:
|
||||||
|
|
Loading…
Reference in New Issue