Made it 2.0.0, and removed the changes that are in 1.1.x, as
[freeradius.git] / src / modules / rlm_sql_log / Makefile.in
1 #######################################################################
2 #
3 # TARGET should be set by autoconf only.  Don't touch it.
4 #
5 # The SRCS definition should list ALL source files.
6 #
7 # The HEADERS definition should list ALL header files
8 #
9 # RLM_CFLAGS defines addition C compiler flags.  You usually don't
10 # want to modify this, though.  Get it from autoconf.
11 #
12 # The RLM_LIBS definition should list ALL required libraries.
13 # These libraries really should be pulled from the 'config.mak'
14 # definitions, if at all possible.  These definitions are also
15 # echoed into another file in ../lib, where they're picked up by
16 # ../main/Makefile for building the version of the server with
17 # statically linked modules.  Get it from autoconf.
18 #
19 # RLM_INSTALL is the names of additional rules you need to install 
20 # some particular portion of the module.  Usually, leave it blank.
21 #
22 #######################################################################
23 TARGET      = @targetname@
24 SRCS        = rlm_sql_log.c
25 HEADERS     =
26 RLM_CFLAGS  = @sql_log_cflags@
27 RLM_LIBS    = @sql_log_ldflags@
28 RLM_INSTALL = install-sql_log
29
30 ## this uses the RLM_CFLAGS and RLM_LIBS and SRCS defs to make TARGET.
31 include ../rules.mak
32
33 $(STATIC_OBJS): $(HEADERS)
34
35 $(DYNAMIC_OBJS): $(HEADERS)
36
37 ## the rule that RLM_INSTALL tells the parent rules.mak to use.
38 install-sql_log:
39         touch .