summaryrefslogtreecommitdiff
path: root/gsl-1.9/gsl/Makefile.am
blob: 4df31e8ff505c61af61bacc81922b4f499540982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

header-links: remove-links
	HEADERLIST="$(top_srcdir)/gsl*.h $(top_srcdir)/*/gsl*.h"; \
	for h in $$HEADERLIST; do \
	  BASENAME=`basename $$h`; \
	  test -r $$BASENAME || $(LN_S) $$h $$BASENAME; \
	done

remove-links: 
	rm -f gsl*.h


all: all-am header-links

clean: clean-am remove-links
distclean: distclean-am remove-links
	-rm -f Makefile