15f1e34d9SAlexandre Perrin# things set by configure
25f1e34d9SAlexandre Perrin
3ca58f742SDaniel Fojt_MAKE_VERSION?=@_MAKE_VERSION@
4ca58f742SDaniel Fojt
5ca58f742SDaniel Fojtprefix?= @prefix@
65f1e34d9SAlexandre Perrinsrcdir= @srcdir@
7*6eef5f0cSAntonio Huete JimenezCC= @CC@
8a34d5fb1SAntonio Huete Jimenez@force_machine@MACHINE?= @machine@
9a34d5fb1SAntonio Huete Jimenez@force_machine_arch@MACHINE_ARCH?= @machine_arch@
10ca58f742SDaniel FojtDEFAULT_SYS_PATH?= @default_sys_path@
115f1e34d9SAlexandre Perrin
12*6eef5f0cSAntonio Huete JimenezEGREP = @egrep@
135f1e34d9SAlexandre PerrinCPPFLAGS+= @CPPFLAGS@
145f1e34d9SAlexandre PerrinCFLAGS+= ${CPPFLAGS} @DEFS@
15ca58f742SDaniel FojtLDFLAGS+= @LDFLAGS@
16ca58f742SDaniel FojtLIBOBJS+= @LIBOBJS@
17ca58f742SDaniel FojtLDADD+= @LIBS@
18ca58f742SDaniel FojtUSE_META?= @use_meta@
19ca58f742SDaniel FojtUSE_FILEMON?= @use_filemon@
20ca58f742SDaniel FojtFILEMON_H?= @filemon_h@
216a91b982SJohn MarinoBMAKE_PATH_MAX?= @bmake_path_max@
226a91b982SJohn Marino# used if MAXPATHLEN not defined
236a91b982SJohn MarinoCPPFLAGS+= -DBMAKE_PATH_MAX=${BMAKE_PATH_MAX}
24