Page MenuHomeHEPForge

Makefile.am
No OneTemporary

Makefile.am

BUILT_SOURCES = done-all-links
AUTOMAKE_OPTIONS = -Wno-portability
DIRLINKS = $(top_srcdir)/Core
if HAVE_MATCHBOX
DIRLINKS += $(top_srcdir)/Matchbox
endif
CLEANFILES = done-all-links
done-all-links: $(DIRLINKS)
mkdir -p ColorFull
$(LN_S) -f $(addprefix ../, $(DIRLINKS)) ColorFull
touch done-all-links
install-data-local:
find ColorFull -follow \( -name '*.h' -or -name '*.icc' \
-or -name '*.tcc' -or -name '*.fh' -or -name '*.xh' \) \
-exec $(install_sh_DATA) \{\} $(DESTDIR)$(includedir)/\{\} \;
uninstall-local:
rm -rf $(DESTDIR)$(includedir)/ColorFull
clean-local:
rm -rf ColorFull

File Metadata

Mime Type
text/plain
Expires
Tue, Jun 3, 4:35 PM (9 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5292612
Default Alt Text
Makefile.am (613 B)

Event Timeline