mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
[launcher] Add launcher into the build
This commit is contained in:
10
Makefile.in
10
Makefile.in
@@ -25,7 +25,8 @@ STRIPFLAG = -s
|
|||||||
PROGS = amiwm requestchoice executecmd ppmtoinfo config_util
|
PROGS = amiwm requestchoice executecmd ppmtoinfo config_util
|
||||||
|
|
||||||
MODULES = $(srcdir)/Background $(srcdir)/Keyboard $(srcdir)/Background_resize \
|
MODULES = $(srcdir)/Background $(srcdir)/Keyboard $(srcdir)/Background_resize \
|
||||||
$(srcdir)/Background_stretch $(srcdir)/def_tool.info $(srcdir)/Filesystem
|
$(srcdir)/Background_stretch $(srcdir)/def_tool.info $(srcdir)/Filesystem \
|
||||||
|
$(srcdir)/Launcher
|
||||||
|
|
||||||
OBJS = main.o screen.o client.o frame.o icc.o \
|
OBJS = main.o screen.o client.o frame.o icc.o \
|
||||||
icon.o menu.o diskobject.o gram.o lex.o rc.o \
|
icon.o menu.o diskobject.o gram.o lex.o rc.o \
|
||||||
@@ -35,7 +36,7 @@ SRCS = main.c screen.c client.c frame.c icc.c \
|
|||||||
icon.c menu.c diskobject.c gram.c lex.c rc.c \
|
icon.c menu.c diskobject.c gram.c lex.c rc.c \
|
||||||
module.c \
|
module.c \
|
||||||
requestchoice.c executecmd.c kbdmodule.c kbdlexer.c \
|
requestchoice.c executecmd.c kbdmodule.c kbdlexer.c \
|
||||||
config_util.c
|
config_util.c launchermodule.c
|
||||||
|
|
||||||
DISTFILES = README README.modules INSTALL LICENSE amiwm.1 \
|
DISTFILES = README README.modules INSTALL LICENSE amiwm.1 \
|
||||||
configure configure.in Makefile.in install-sh smakefile scoptions \
|
configure configure.in Makefile.in install-sh smakefile scoptions \
|
||||||
@@ -167,6 +168,9 @@ Filesystem : filesystem.o $(LIBAMI)
|
|||||||
Keyboard : kbdmodule.o kbdlexer.o $(LIBAMI)
|
Keyboard : kbdmodule.o kbdlexer.o $(LIBAMI)
|
||||||
$(CC) -o Keyboard kbdmodule.o kbdlexer.o $(LIBS)
|
$(CC) -o Keyboard kbdmodule.o kbdlexer.o $(LIBS)
|
||||||
|
|
||||||
|
Launcher : launchermodule.o $(LIBAMI)
|
||||||
|
$(CC) -o Launcher launchermodule.o $(LIBS)
|
||||||
|
|
||||||
ppmtoinfo : ppmtoinfo.o
|
ppmtoinfo : ppmtoinfo.o
|
||||||
$(CC) -o ppmtoinfo ppmtoinfo.o -lm
|
$(CC) -o ppmtoinfo ppmtoinfo.o -lm
|
||||||
|
|
||||||
@@ -174,7 +178,7 @@ localetest : localetest.o $(LIBAMI)
|
|||||||
$(CC) -o localetest localetest.o $(LIBS)
|
$(CC) -o localetest localetest.o $(LIBS)
|
||||||
|
|
||||||
clean : lib_clean
|
clean : lib_clean
|
||||||
$(RM) core $(PROGS) $(LIBAMI) Keyboard *.o
|
$(RM) core $(PROGS) $(LIBAMI) Keyboard Launcher *.o
|
||||||
$(RM) lex.yy.c lex.c y.tab.c y.tab.h gram.h gram.c
|
$(RM) lex.yy.c lex.c y.tab.c y.tab.h gram.h gram.c
|
||||||
$(RM) kbdlexer.c kbdmodule.h kbdmodule.c
|
$(RM) kbdlexer.c kbdmodule.h kbdmodule.c
|
||||||
$(RM) config.log
|
$(RM) config.log
|
||||||
|
|||||||
Reference in New Issue
Block a user