Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DARKSRCDIR := $(APPSDIR)/plugins/dark
- DARKBUILDDIR := $(BUILDDIR)/apps/plugins/dark
- ROCKS += $(DARKBUILDDIR)/gob_viewer.rock
- GOBVIEWER_SRC := $(call preprocess, $(DARKSRCDIR)/gob_viewer.c)
- GOBVIEWER_OBJ := $(call c2obj, $(GOBVIEWER_SRC))
- OTHER_SRC += $(GOBVIEWER_SRC)
- $(DARKBUILDDIR)/gob_viewer.rock: $(GOBVIEWER_OBJ)
- $(DARKBUILDDIR)/%.o: $(DARKSRCDIR)/%.c $(DARKSRCDIR)/dark.make
- $(SILENT)mkdir -p $(dir $@)
- $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(CFLAGS) -c $< -o $@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement