ucx/Makefile

changeset 5
88625853ae74
parent 1
1bcaac272cdf
child 33
0bbbb0341606
equal deleted inserted replaced
4:ae5a98f0545c 5:88625853ae74
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 2011 Olaf Wintermann. All rights reserved. 4 # Copyright 2013 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 9 # 1. Redistributions of source code must retain the above copyright
27 # 27 #
28 28
29 include ../$(CONF).mk 29 include ../$(CONF).mk
30 30
31 # list of source files 31 # list of source files
32 SRC = list.c 32 SRC = utils.c
33 SRC += dlist.c 33 SRC += list.c
34 SRC += map.c 34 SRC += map.c
35 SRC += properties.c
35 SRC += mempool.c 36 SRC += mempool.c
36 SRC += string.c 37 SRC += string.c
37 SRC += test.c 38 SRC += test.c
38 SRC += allocator.c 39 SRC += allocator.c
39 SRC += logging.c 40 SRC += logging.c

mercurial