Help language development. Donate to The Perl Foundation
SRC=src all : %gslhelper% # 'all', with compilation warnings debug : %MAKE% "DBG=-Wall -g" all %gslhelper% : $(SRC)/random%O% %LD% %LDSHARED% %LDFLAGS% -o %gslhelper% $(SRC)/random%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