7 VERSIONHI
= @VERSIONHI@
8 VERSIONLO
= @VERSIONLO@
23 exec_prefix = @
exec_prefix@
27 datarootdir
= @datarootdir@
28 includedir = @
includedir@
30 man1dir = $(mandir)/man1
31 man2dir = $(mandir)/man2
36 DEFS
= $(subs
-DHAVE_CONFIG_H
,,@DEFS@
)
37 CPPFLAGS
= @CPPFLAGS@
-I
$(PRJDIR
)
41 # Compiling entire program or any subproject
42 # ------------------------------------------
46 # Compiling and installing everything and runing test
47 # ---------------------------------------------------
48 install: all installdirs
51 # Deleting all the installed files
52 # --------------------------------
56 # Performing self-test
57 # --------------------
61 # Performing installation test
62 # ----------------------------
66 # Creating installation directories
67 # ---------------------------------
71 # Creating dependencies
72 # ---------------------
75 include $(srcdir)/clean.mk
80 $(CC
) $(CFLAGS
) $(CPPFLAGS
) -c
$< -o
$@
93 # Remaking configuration
94 # ----------------------
96 @if
[ -f
$(PRJDIR
)/devel
]; then\
97 $(MAKE
) -f
$(srcdir)/conf.mk
srcdir="$(srcdir)" freshconf
;\
100 # End of main_in.mk/main.mk