|
@@ -24,7 +24,7 @@ SRCS = dir.c util.c main.c screen.c dialog.c key.c keyxdef.c menu.c\
|
|
hotlist.c achown.c layout.c fsusage.c mountlist.c regex.c \
|
|
hotlist.c achown.c layout.c fsusage.c mountlist.c regex.c \
|
|
complete.c slint.c command.c cmd.c panelize.c learn.c \
|
|
complete.c slint.c command.c cmd.c panelize.c learn.c \
|
|
listmode.c utilunix.c background.c rxvt.c \
|
|
listmode.c utilunix.c background.c rxvt.c \
|
|
- text.c popt.c findme.c
|
|
|
|
|
|
+ text.c popt.c findme.c poptparse.c poptconfig.c popthelp.c
|
|
|
|
|
|
HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
|
|
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 \
|
|
util.h dir.h global.h menu.h panel.h win.h mem.h \
|
|
@@ -34,7 +34,7 @@ HDRS = color.h file.h mouse.h user.h dialog.h find.h main.h \
|
|
hotlist.h layout.h fsusage.h mountlist.h regex.h complete.h \
|
|
hotlist.h layout.h fsusage.h mountlist.h regex.h complete.h \
|
|
myslang.h command.h cmd.h tty.h fs.h panelize.h achown.h \
|
|
myslang.h command.h cmd.h tty.h fs.h panelize.h achown.h \
|
|
learn.h listmode.h features.inc background.h \
|
|
learn.h listmode.h features.inc background.h \
|
|
- x.h textconf.h i18n.h findme.h
|
|
|
|
|
|
+ x.h textconf.h i18n.h findme.h popt.h
|
|
|
|
|
|
OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o\
|
|
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 \
|
|
file.o win.o color.o help.o find.o profile.o user.o view.o \
|
|
@@ -44,7 +44,8 @@ OBJS = dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o\
|
|
hotlist.o achown.o layout.o fsusage.o mountlist.o \
|
|
hotlist.o achown.o layout.o fsusage.o mountlist.o \
|
|
@XCURSES@ @REGEX_O@ complete.o slint.o command.o \
|
|
@XCURSES@ @REGEX_O@ complete.o slint.o command.o \
|
|
cmd.o main.o panelize.o learn.o listmode.o utilunix.o \
|
|
cmd.o main.o panelize.o learn.o listmode.o utilunix.o \
|
|
- background.o rxvt.o text.o
|
|
|
|
|
|
+ background.o rxvt.o text.o \
|
|
|
|
+ popt.o findme.o poptparse.o poptconfig.o popthelp.o
|
|
|
|
|
|
#
|
|
#
|
|
# Distribution variables
|
|
# Distribution variables
|