Help language development. Donate to The Perl Foundation

Math::Libgsl::Histogram zef:FRITH last updated on 2023-01-03

Makefile.in
SRC=src

all : %gslhelper%

# 'all', with compilation warnings
debug :
	%MAKE% "DBG=-Wall -g"  all

%gslhelper% : $(SRC)/histogram%O%
	%LD% %LDSHARED% %LDFLAGS% -o %gslhelper% $(SRC)/histogram%O% -lgsl

%%O%: %.c
	%CC% -I $(SRC) -c %CCSHARED% %CCFLAGS% -I/usr/include/gsl $(DBG) -o [email protected] $<

clean :
	@rm -f $(SRC)/*%O%
	@rm -rf %gslhelper%
	@rm Makefile

realclean :
	@rm -rf lib/.precomp