Major UI progress
This commit is contained in:
@@ -6,7 +6,7 @@ LDFLAGS += `pkg-config lv2core pugl-0 --libs`
|
||||
|
||||
PTAPSRC := ptap.cpp
|
||||
PTAPSRC += ptapui.cpp
|
||||
PTAPOBJ := $(PTAPSRC:.cpp=.o)
|
||||
PTAPOBJ := $(PTAPSRC:.cpp=.o) ../pui/*.o
|
||||
PTAPO := ptap.so
|
||||
|
||||
CPP := g++
|
||||
@@ -20,7 +20,7 @@ depend:
|
||||
makedepend $(PTAPSRC)
|
||||
|
||||
$(PTAPO): $(PTAPOBJ)
|
||||
$(CC) $(LDFLAGS) -shared -fPIC -Wl,-soname,$(PTAPO) $(PTAPOBJ) -o $@
|
||||
$(CPP) $(LDFLAGS) -shared -fPIC -Wl,-soname,$(PTAPO) $(PTAPOBJ) -o $@
|
||||
|
||||
.cpp.o:
|
||||
$(CPP) -c -fPIC $(CFLAGS) $< -o $@
|
||||
|
Reference in New Issue
Block a user