X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/67ff87bf72a9f6315020c0cd74632631c834ce1b..cf4ff3b78dc347188949370db914fe6329be6c99:/buildlib/program.mak?ds=sidebyside diff --git a/buildlib/program.mak b/buildlib/program.mak index 98bea9aa5..da538f5eb 100644 --- a/buildlib/program.mak +++ b/buildlib/program.mak @@ -6,7 +6,7 @@ # $(SOURCE) - The source code to use # $(PROGRAM) - The name of the program # $(SLIBS) - Shared libs to link against -# $(LIB_MAKES) - Shared libary make files to depend on - to ensure we get +# $(LIB_MAKES) - Shared library make files to depend on - to ensure we get # remade when the shared library version increases. # See defaults.mak for information about LOCAL @@ -24,6 +24,12 @@ program: $(BIN)/$(PROGRAM) clean: clean/$(LOCAL) veryclean: veryclean/$(LOCAL) +TYPE = src +include $(PODOMAIN_H) + +# Make Directories +MKDIRS += $(OBJ) $(DEP) $(BIN) + # The clean rules .PHONY: clean/$(LOCAL) veryclean/$(LOCAL) clean/$(LOCAL):