2009-10-16 00:22:34 +02:00
|
|
|
TOPDIR = ../..
|
2010-05-19 22:38:27 +02:00
|
|
|
-include $(TOPDIR)/config.mk
|
2009-10-16 00:22:34 +02:00
|
|
|
|
2009-08-17 19:07:20 +02:00
|
|
|
BIN = xbps-repo
|
2011-12-03 10:46:57 +01:00
|
|
|
OBJS = main.o index.o show.o find-files.o list.o
|
2012-05-05 10:07:47 +02:00
|
|
|
OBJS += index-files.o clean.o
|
2011-07-28 09:25:30 +02:00
|
|
|
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
|
2011-12-03 10:37:31 +01:00
|
|
|
OBJS += ../xbps-bin/state_cb.o ../xbps-bin/list.o
|
2009-11-19 06:03:37 +01:00
|
|
|
MAN = $(BIN).8
|
2009-08-17 19:07:20 +02:00
|
|
|
|
2012-03-12 15:23:04 +01:00
|
|
|
include $(TOPDIR)/mk/prog.mk
|