mirror of
https://github.com/3proxy/3proxy.git
synced 2026-09-03 13:25:48 +08:00
11 lines
344 B
Makefile
11 lines
344 B
Makefile
all: $(BUILDDIR)TransparentPlugin$(DLSUFFICS)
|
|
|
|
|
|
|
|
transparent_plugin$(OBJSUFFICS): transparent_plugin.c
|
|
$(CC) $(CFLAGS) $(DCFLAGS) transparent_plugin.c
|
|
|
|
|
|
$(BUILDDIR)TransparentPlugin$(DLSUFFICS): transparent_plugin$(OBJSUFFICS)
|
|
$(LN) $(LNOUT)../../$(BUILDDIR)TransparentPlugin$(DLSUFFICS) $(LDFLAGS) $(DLFLAGS) transparent_plugin$(OBJSUFFICS)
|