Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TOPSRCDIR = @top_srcdir@
- TOPOBJDIR = ../..
- SRCDIR = @srcdir@
- VPATH = @srcdir@
- MODULE = none
- EXTRAINCL = @X_CFLAGS@
- # FIXME: add -lXpm to configure
- EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ -lXpm
- C_SRCS = \
- main.c \
- splash.c
- PROGRAMS = winesplash
- INSTALLDIRS = \
- $(DESTDIR)$(bindir)
- all: $(PROGRAMS)
- @MAKE_RULES@
- winesplash: $(OBJS)
- $(CC) -o $@ $(OBJS) $(EXTRALIBS)
- install:: winesplash $(INSTALLDIRS)
- $(INSTALL_PROGRAM) winesplash $(DESTDIR)$(bindir)/winesplash
- uninstall::
- $(RM) $(DESTDIR)$(bindir)/winesplash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement