]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - src_aquosa/Makefile
Final update to phase II API.
[frescor/fosa.git] / src_aquosa / Makefile
index 0e4f352b4c028e6fb81f25313bb043ea10fcec6e..8115b607a90321828c360dc32f00fb57fbb3de85 100644 (file)
 
 # Here we define FRSHPATH, IPATH, OBJOPT, LPATH, EXTRALIBS, CFLAGS, LDFLAGS
 
-PLATFORM = AQuoSA
-
 include ../../frsh/frsh_rules.mk
 
+PLATFORM=AQuoSA
+
 # Add AQuoSA needed stuff for the code to compile successfully
 
 # this should be parametric !!
@@ -40,11 +40,11 @@ OBJOPT += -fPIC
 STATIC_NAME = libfosa_qres.a
 SHARED_NAME = libfosa_qres.so
 
-SRC = fosa_clocks_and_timers.c fosa_threads_and_signals.c fosa_mutexes_and_condvars.c fosa_time.c
+SRC = fosa_clocks_and_timers.c fosa_long_jump.c fosa_threads_and_signals.c fosa_mutexes_and_condvars.c fosa_time.c fosa_platform_values.c fosa_app_def_sched.c fosa_group_clocks.c
 
 PUBLIC_H_FOSA = fosa_app_def_sched.h fosa.h fosa_opaque_types.h fosa_clocks_and_timers.h \
                fosa_configuration_parameters.h fosa_mutexes_and_condvars.h fosa_threads_and_signals.h \
-               fosa_types.h
+               fosa_types.h fosa_group_clocks.h
 
 PUBLIC_H_FRSH_FOSA =