/[monit]/monit/Makefile.in
ViewVC logotype

Diff of /monit/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by hauk, Mon Jun 16 22:06:15 2003 UTC revision 1.16 by martinp, Sun Jul 6 18:29:38 2003 UTC
# Line 58  MANDIR         = @mandir@/man1 Line 58  MANDIR         = @mandir@/man1
58  # Name of program to build  # Name of program to build
59  PROG            = monit  PROG            = monit
60    
61  INCDIR          = -I. -I./protocols -I./http -I./process  INCDIR          = -I. -I./device -I./http -I./process -I./protocols
62  LIB             = @LEXLIB@ @LIBS@  LIB             = @LEXLIB@ @LIBS@
63  DEFINES         = -D@ARCH@  DEFINES         = -D@ARCH@
64    
65  # ------------------------------------------------------------------- #  # ------------------------------------------------------------------- #
66    
# Line 76  YACCFLAGS      = -dt Line 76  YACCFLAGS      = -dt
76  # ------------------------------------------------------------------- #  # ------------------------------------------------------------------- #
77    
78  # Grammar files  # Grammar files
79  GRAMMAR         := y.tab.c lex.yy.c    GRAMMAR         := y.tab.c lex.yy.c
80    
81  # Filter out platform spesific files  # Filter out platform spesific files
82  FILTER          := $(wildcard process/sysdep_*.c)  FILTER          := $(wildcard device/sysdep_*.c process/sysdep_*.c)
83    
84  # Source files  # Source files
85  SOURCE          := $(filter-out $(GRAMMAR) $(FILTER), \  SOURCE          := $(filter-out $(GRAMMAR) $(FILTER), \
86                     $(wildcard *.c) $(wildcard */*.c)) \                     $(wildcard *.c) $(wildcard */*.c)) \
87                     $(GRAMMAR) process/sysdep_@PROCARCH@.c                     device/sysdep_@PROCARCH@.c\
88                       process/sysdep_@PROCARCH@.c\
89                       $(GRAMMAR)
90    
91  # Object files  # Object files
92  OBJECTS         := $(SOURCE:.c=.o)  OBJECTS         := $(SOURCE:.c=.o)
# Line 93  OBJECTS        := $(SOURCE:.c=.o) Line 95  OBJECTS        := $(SOURCE:.c=.o)
95  MAN_OBJS        := $(wildcard *.1)  MAN_OBJS        := $(wildcard *.1)
96    
97  # Header files  # Header files
98  HEADERS         := $(wildcard *.h)  $(wildcard protocols/*.h)\  HEADERS         := $(wildcard *.h)\
99                     $(wildcard http/*.h) $(wildcard process/*.h)                     $(wildcard device/*.h)\
100                       $(wildcard http/*.h)\
101                       $(wildcard process/*.h)\
102                       $(wildcard protocols/*.h)
103    
104  # ------------------------------------------------------------------- #  # ------------------------------------------------------------------- #
105    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26