/[qemacs]/qemacs/Makefile
ViewVC logotype

Diff of /qemacs/Makefile

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

revision 1.4 by chqrlie, Mon May 9 17:24:13 2005 UTC revision 1.5 by chqrlie, Fri May 13 09:56:44 2005 UTC
# Line 71  endif Line 71  endif
71  ifdef CONFIG_ALL_KMAPS  ifdef CONFIG_ALL_KMAPS
72  DEFINES+= -DCONFIG_ALL_KMAPS  DEFINES+= -DCONFIG_ALL_KMAPS
73  endif  endif
74    
75  ifdef CONFIG_UNICODE_JOIN  ifdef CONFIG_UNICODE_JOIN
76  DEFINES+= -DCONFIG_UNICODE_JOIN  DEFINES+= -DCONFIG_UNICODE_JOIN
77  endif  endif
78    
79  ifdef CONFIG_ALL_MODES  ifdef CONFIG_ALL_MODES
80  DEFINES+= -DCONFIG_ALL_MODES  DEFINES+= -DCONFIG_ALL_MODES
81  endif  endif
82    
83  ifdef CONFIG_DLL  ifdef CONFIG_DLL
84  LIBS+=-ldl  LIBS+=-ldl
85  # export some qemacs symbols  # export some qemacs symbols
86  LDFLAGS+=-Wl,-E  LDFLAGS+=-Wl,-E
87  endif  endif
88    
89  LIBS+=-lm  LIBS+=-lm
90    
91  TARGETLIBS:=  TARGETLIBS:=
92  TARGETS+=qe$(EXE) qe-doc.html  TARGETS+=qe$(EXE) qe-doc.html
93    
94  OBJS=qe.o charset.o buffer.o \  OBJS=qe.o charset.o buffer.o \
95       input.o unicode_join.o display.o util.o hex.o list.o cutils.o       input.o unicode_join.o display.o util.o hex.o list.o
96    
97    ifndef CONFIG_FFMPEG
98    OBJS+= cutils.o
99    endif
100    
101  ifndef CONFIG_WIN32  ifndef CONFIG_WIN32
102  OBJS+= unix.o tty.o  OBJS+= unix.o tty.o
103  endif  endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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