1 # Please enter here the locations for PipLib include and libraries if they
2 # aren't the default values (/usr/lib and /usr/include).
3 PIPLIB_INC
= $(HOME
)/progs
/linux
/include
4 PIPLIB_LIB
= $(HOME
)/progs
/linux
/lib
8 CFLAGS
= -I
$(PIPLIB_INC
) -L
$(PIPLIB_LIB
)
11 @echo
" /*-----------------------------------------------*"
12 @echo
" * Making example *"
13 @echo
" *-----------------------------------------------*/"
14 $(CC
) example.c
-o example
$(CFLAGS
) $(LDLIBS
)
20 @echo
" /*-----------------------------------------------*"
21 @echo
" * Cleaning example *"
22 @echo
" *-----------------------------------------------*/"
23 -rm -f example example.exe core