File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ GENERIC_PG = \
102
102
${NAME_ROOT}/generic_pg/*.c \
103
103
${NAME_ROOT}/generic_pg/*.h
104
104
105
+ GENERIC_U1 = \
106
+ ${NAME_ROOT}/generic_u1/Make_* \
107
+ ${NAME_ROOT}/generic_u1/*.c \
108
+ ${NAME_ROOT}/generic_u1/*.h
109
+
105
110
GENERIC_SCHROED = \
106
111
${NAME_ROOT}/generic_schroed/Make_* \
107
112
${NAME_ROOT}/generic_schroed/*.c \
@@ -386,6 +391,11 @@ SYMANZIK_SL32 = \
386
391
${NAME_ROOT}/symanzik_sl32/test/Makefile
387
392
388
393
394
+ U1_GAUGE = \
395
+ ${NAME_ROOT}/u1_gauge/*.c \
396
+ ${NAME_ROOT}/u1_gauge/*.h \
397
+ ${NAME_ROOT}/u1_gauge/Make_*
398
+
389
399
# We split up the archive into manageable components
390
400
391
401
BASIC = \
@@ -444,6 +454,10 @@ FP = \
444
454
INST = \
445
455
${SMOOTH_INST}
446
456
457
+ U1 = \
458
+ ${GENERIC_U1} \
459
+ ${U1_GAUGE}
460
+
447
461
# ${KS_IMP_INVERT_MULTI} \
448
462
449
463
KS = \
You can’t perform that action at this time.
0 commit comments