* Makefile.in: Add charsets.c, charsets.h, selcodepage.c and
selcodepage.h. Compile them if the charset support is enabled. Distribute them always.
Этот коммит содержится в:
родитель
e72a150ac9
Коммит
b75b12b34d
@ -1,3 +1,9 @@
|
||||
2001-05-31 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* Makefile.in: Add charsets.c, charsets.h, selcodepage.c and
|
||||
selcodepage.h. Compile them if the charset support is enabled.
|
||||
Distribute them always.
|
||||
|
||||
2001-05-30 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* charsets.c: New file for charset conversion support.
|
||||
|
@ -20,6 +20,9 @@ INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
@CHARSET_TRUE@CHARSET_OBJS = charsets.o selcodepage.o
|
||||
@CHARSET_FALSE@CHARSET_OBJS =
|
||||
|
||||
SRCS = dir.c util.c main.c screen.c dialog.c key.c keyxdef.c menu.c \
|
||||
file.c win.c color.c help.c find.c profile.c user.c view.c \
|
||||
ext.c mouse.c setup.c dlg.c option.c info.c \
|
||||
@ -29,7 +32,8 @@ SRCS = dir.c util.c main.c screen.c dialog.c key.c keyxdef.c menu.c \
|
||||
complete.c slint.c command.c cmd.c panelize.c learn.c \
|
||||
listmode.c utilunix.c background.c rxvt.c \
|
||||
text.c popt.c findme.c poptparse.c poptconfig.c popthelp.c \
|
||||
filegui.c filenot.c fileopctx.c treestore.c textconf.c
|
||||
filegui.c filenot.c fileopctx.c treestore.c textconf.c \
|
||||
charsets.c selcodepage.c
|
||||
|
||||
HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
|
||||
util.h dir.h global.h menu.h panel.h win.h mem.h \
|
||||
@ -40,7 +44,8 @@ HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
|
||||
myslang.h command.h cmd.h tty.h fs.h panelize.h achown.h \
|
||||
learn.h listmode.h background.h \
|
||||
x.h textconf.h i18n.h findme.h popt.h filegui.h keys.h xtty.h \
|
||||
poptint.h poptalloca.h fileopctx.h treestore.h
|
||||
poptint.h poptalloca.h fileopctx.h treestore.h \
|
||||
charsets.h selcodepage.h
|
||||
|
||||
OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o \
|
||||
file.o win.o color.o help.o find.o profile.o user.o view.o \
|
||||
@ -51,7 +56,7 @@ OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o \
|
||||
cmd.o main.o panelize.o learn.o listmode.o utilunix.o \
|
||||
background.o rxvt.o text.o popt.o findme.o poptparse.o \
|
||||
poptconfig.o popthelp.o filegui.o filenot.o fileopctx.o \
|
||||
treestore.o textconf.o
|
||||
treestore.o textconf.o $(CHARSET_OBJS)
|
||||
|
||||
#
|
||||
# Distribution variables
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user