Changeset c453ada for Makefile.in
- Timestamp:
- May 31, 2008, 11:40:29 PM (15 years ago)
- Branches:
- barnowl_perlaim
- Children:
- 7a1c90d
- Parents:
- b1fd36e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r84d48cc rc453ada 10 10 11 11 CC=@CC@ 12 LIBS=@LIBS@ -L./libfaim -lfaim13 CFLAGS=@CFLAGS@ - I. -I./libfaim -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion)12 LIBS=@LIBS@ 13 CFLAGS=@CFLAGS@ -DDATADIR=\"${datadir}\" -DOWL_SVN_REVNO=$(shell ./svkversion) 14 14 LDFLAGS=@LDFLAGS@ 15 15 XSUBPPDIR=@XSUBPPDIR@ … … 25 25 regex.c history.c view.c dict.c variable.c filterelement.c pair.c \ 26 26 keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \ 27 aim.c buddy.c buddylist.ctimer.c style.c errqueue.c \27 timer.c style.c errqueue.c \ 28 28 zbuddylist.c muxevents.c popexec.c obarray.c select.c wcwidth.c \ 29 29 glib_compat.c … … 50 50 all: $(EXE) $(MODULE_DIRS) 51 51 52 $(EXE): $(AUTOGEN) $(OBJS) owl.o libfaim52 $(EXE): $(AUTOGEN) $(OBJS) owl.o 53 53 $(ATHSTATIC) $(CC) -o $(EXE) owl.o $(OBJS) $(LDFLAGS) $(LIBS) 54 54 … … 67 67 ./tester reg 68 68 69 clean: libfaimcleanmodules_clean69 clean: modules_clean 70 70 $(RM) $(EXE) tester *.o $(AUTOGEN) owl_prototypes.h.new 71 71 72 distclean: clean libfaimdistclean72 distclean: clean 73 73 $(RM) config.cache config.log config.status Makefile config.h TAGS *~ core 74 74 … … 116 116 $(BASE_OBJS) varstubs.h: owl.h config.h owl_prototypes.h 117 117 118 libfaim: libfaim/libfaim.a119 120 libfaim/libfaim.a:121 (cd libfaim; $(MAKE))122 123 libfaimclean:124 (cd libfaim; $(MAKE) clean)125 126 libfaimdistclean:127 (cd libfaim; $(MAKE) distclean)128 129 118 install: all installdirs 130 119 ${INSTALL_PROGRAM} $(EXE) ${DESTDIR}${bindir}/$(EXE)
Note: See TracChangeset
for help on using the changeset viewer.