Changeset f1e629d for Makefile.in
- Timestamp:
- Jul 6, 2003, 6:42:06 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5d9c664
- Parents:
- 675ce49
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
rbd3f232 rf1e629d 20 20 BASE_SRCS=list.c message.c mainwin.c popwin.c zephyr.c messagelist.c \ 21 21 commands.c global.c text.c fmtext.c editwin.c util.c logging.c \ 22 readconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \22 perlconfig.c keys.c functions.c zwrite.c viewwin.c help.c filter.c \ 23 23 regex.c history.c view.c dict.c variable.c filterelement.c pair.c \ 24 24 keypress.c keymap.c keybinding.c cmd.c context.c zcrypt.c \ 25 aim.c buddylist.c timer.c style.c stylefunc.c 25 aim.c buddylist.c timer.c style.c stylefunc.c 26 26 OWL_SRC = owl.c 27 27 TESTER_SRC = tester.c … … 29 29 BASE_OBJS = $(BASE_SRCS:.c=.o) 30 30 31 GEN_C = varstubs.c perlglue.c 31 GEN_C = varstubs.c perlglue.c perlwrap.c 32 32 GEN_H = owl_prototypes.h 33 33 GEN_O = $(GEN_C:.c=.o) … … 61 61 varstubs.c: variable.c stubgen.pl 62 62 perl stubgen.pl > varstubs.c 63 64 perlwrap.c: perlwrap.pm encapsulate.pl 65 perl encapsulate.pl perlwrap.pm owl_perlwrap_codebuff > perlwrap.c 63 66 64 67 # Only move owl_prototypes.h into place if the new one is different
Note: See TracChangeset
for help on using the changeset viewer.