Skip to content

Commit 419994f

Browse files
author
richy
committed
Revert "changes: new makefiles and it is uning user.udf now."
This reverts commit f20545a.
1 parent f20545a commit 419994f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+45
-711
lines changed

Makefile

100644100755
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
## Copyright 2003-2011 ANSYS, Inc.
2+
## Copyright 2003-2008 ANSYS, Inc.
33
## All Rights Reserved
44
##
55

@@ -13,17 +13,16 @@
1313
# sccs id: %W% %G%
1414
#----------------------------------------------------------------------#
1515
SHELL= /bin/sh
16-
FLUENT_ARCH= lnamd64
16+
FLUENT_ARCH= unknown_arch
1717
DIR= $(FLUENT_ARCH)/[23]*
18-
SRC= ../../src/*.{c,h,cpp,hpp} ../../src/makefile ../../src/user.udf
18+
SRC= ../../src/*.[ch] ../../src/makefile
1919

2020
all:
2121
for d in $(DIR); do \
2222
( \
2323
cd $$d; \
24-
rm -rf *.{c,h,cpp,hpp}; \
2524
for f in $(SRC); do \
26-
if [ -f $$f -a ! -f `basename $$f` ]; then \
25+
if [ ! -f `basename $$f` ]; then \
2726
echo "# linking to" $$f "in" $$d; \
2827
ln -s $$f .; \
2928
fi; \
@@ -48,9 +47,7 @@ all:
4847
clean:
4948
for d in $(DIR); do \
5049
( \
51-
if [ -f "$$d/makefile" ]; then \
52-
cd $$d; \
53-
make clean; \
54-
fi;\
50+
cd $$d; \
51+
make clean; \
5552
) \
5653
done

lnamd64/2ddp_host/Constants.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/SolverInterfaceC.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/fsi.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/fsi.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/fsi_and_wave_profile_udf.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/fsi_udf.c

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/libudf.so

-31.6 KB
Binary file not shown.

lnamd64/2ddp_host/makefile

Lines changed: 0 additions & 1 deletion
This file was deleted.

lnamd64/2ddp_host/makelog

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)