Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / all-pc / acpica / generate / unix / Makefile.rules
blob788b56aed7bd24ac84d2a49d9f461e878bfdae96
2 # Common rules for generation of ACPICA utilities
4 # FINAL_PROG - Copies the utility to the local bin directory
5 # PROG - Builds the utility (links the object files)
7 # Note: $(INTERMEDIATES) and $(MISC) are used for iASL compiler only.
10 $(FINAL_PROG) : $(PROG)
11         $(COPYPROG)
13 $(PROG) : $(INTERMEDIATES) $(MISC) $(OBJECTS)
14         $(LINKPROG)
15         $(RENAMEPROG)
17 $(OBJDIR)/%.o : %.c $(HEADERS) $(ACPICA_HEADERS)
18         $(COMPILEOBJ)
20 clean :
21         rm -f $(PROG) $(PROG).exe $(OBJECTS) $(INTERMEDIATES) $(MISC)
23 install :
24         $(INSTALLPROG)