forked from mia/Aegisub
Delete gcc precompiled headers in distclean.
Originally committed to SVN as r4072.
This commit is contained in:
parent
5db8abd330
commit
ba0cf4463f
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS =
|
||||||
|
DISTCLEANFILES =
|
||||||
|
|
||||||
bin_PROGRAMS = reporter-2.2
|
bin_PROGRAMS = reporter-2.2
|
||||||
|
|
||||||
|
@ -16,6 +17,7 @@ if PRECOMPILED_HEADER
|
||||||
# This doesn't depend on Makefile on purpose, you should already know what you're doing when using this.
|
# This doesn't depend on Makefile on purpose, you should already know what you're doing when using this.
|
||||||
r_pre.h.gch: r_pre.h
|
r_pre.h.gch: r_pre.h
|
||||||
@CXX@ @WX_CPPFLAGS@ @CXXFLAGS@ @DEBUG_FLAGS@ r_pre.h
|
@CXX@ @WX_CPPFLAGS@ @CXXFLAGS@ @DEBUG_FLAGS@ r_pre.h
|
||||||
|
DISTCLEANFILES += r_pre.h.gch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@ AUTOMAKE_OPTIONS = foreign
|
||||||
SUFFIXES = .c .cpp .rc
|
SUFFIXES = .c .cpp .rc
|
||||||
noinst_LIBRARIES=
|
noinst_LIBRARIES=
|
||||||
AM_CXXFLAGS =
|
AM_CXXFLAGS =
|
||||||
|
DISTCLEANFILES =
|
||||||
|
|
||||||
if BUILD_DARWIN
|
if BUILD_DARWIN
|
||||||
libosxutil_subdir = libosxutil
|
libosxutil_subdir = libosxutil
|
||||||
|
@ -14,6 +15,7 @@ BUILT_SOURCES = agi_pre.h.gch
|
||||||
precompiled_header = agi_pre.h
|
precompiled_header = agi_pre.h
|
||||||
AM_CXXFLAGS += -Winvalid-pch -fpch-deps -fpch-preprocess -include agi_pre.h
|
AM_CXXFLAGS += -Winvalid-pch -fpch-deps -fpch-preprocess -include agi_pre.h
|
||||||
nodist_aegisub_2_2_SOURCES = agi_pre.h.gch
|
nodist_aegisub_2_2_SOURCES = agi_pre.h.gch
|
||||||
|
DISTCLEANFILES += agi_pre.h.gch
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
|
Loading…
Reference in a new issue