make/Makefile.mk

branch
newapi
changeset 172
706080c30af6
parent 156
62f1a55535e7
child 174
0358f1d9c506
equal deleted inserted replaced
171:5065d0d52680 172:706080c30af6
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2013 Olaf Wintermann. All rights reserved. 4 # Copyright 2023 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright notice, 9 # 1. Redistributions of source code must retain the above copyright notice,
39 make/$(PACKAGE_SCRIPT) 39 make/$(PACKAGE_SCRIPT)
40 40
41 $(BUILD_DIRS): 41 $(BUILD_DIRS):
42 mkdir -p $@ 42 mkdir -p $@
43 43
44 ucx: FORCE
45 cd ucx; $(MAKE)
46
47 ui: FORCE 44 ui: FORCE
48 cd ui; $(MAKE) all 45 cd ui; $(MAKE) all
49 46
50 application: ui FORCE 47 application: ui FORCE
51 cd application; $(MAKE) 48 cd application; $(MAKE)

mercurial