remove local copy of nestegg, its a shared lib now
This commit is contained in:
parent
c4589b3013
commit
f85cbd7c88
12 changed files with 9 additions and 2818 deletions
9
Makefile
9
Makefile
|
|
@ -1,6 +1,5 @@
|
|||
PROG = oxframe
|
||||
SRC = src/oxframe.c
|
||||
NESTEGGS = src/nestegg.o src/halloc/src/halloc.o
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
BINDIR ?= ${DESTDIR}${PREFIX}/bin
|
||||
|
|
@ -19,15 +18,13 @@ LINKFLAGS += `imlib2-config --libs`
|
|||
#LINKFLAGS += `pkg-config --libs oggplay`
|
||||
LINKFLAGS += -L/usr/local/lib /usr/local/lib/liboggplay.a
|
||||
LINKFLAGS += -loggz -lfishsound -ltheora -lvorbisenc -lvorbis -lm -logg -lkate -lpthread
|
||||
LINKFLAGS += -lvpx
|
||||
LINKFLAGS += -lvpx -lnestegg
|
||||
|
||||
all: ${PROG}
|
||||
|
||||
src/nestegg.o: src/nestegg.h src/nestegg.c src/halloc/halloc.h
|
||||
src/halloc/src/halloc.o: src/halloc/src/halloc.c src/halloc/halloc.h src/halloc/src/align.h src/halloc/src/hlist.h src/halloc/src/macros.h
|
||||
|
||||
${PROG}: ${SRC} ${NESTEGGS}
|
||||
${CC} -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops ${CFLAGS} ${INCLUDEFLAGS} -o ${PROG} $< ${NESTEGGS} ${LINKFLAGS}
|
||||
${PROG}: ${SRC}
|
||||
${CC} -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops ${CFLAGS} ${INCLUDEFLAGS} -o ${PROG} $< ${LINKFLAGS}
|
||||
|
||||
clean:
|
||||
-@rm -f ${PROG} *~ core *.core src/*.o src/halloc/src/*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue