Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
ppvm.exampleprojects
Commits
147b31ea
Commit
147b31ea
authored
Aug 31, 2016
by
martin.hecker
Browse files
ignore more stuff
parent
33849b33
Changes
8
Hide whitespace changes
Inline
Side-by-side
eclipse-projects/.gitignore-c
0 → 100644
View file @
147b31ea
makefile
sources.mk
objects.mk
eclipse-projects/cExamples/.gitignore
0 → 120000
View file @
147b31ea
../.gitignore-c
\ No newline at end of file
eclipse-projects/cExamples/Debug/objects.mk
deleted
100644 → 0
View file @
33849b33
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS
:=
LIBS
:=
eclipse-projects/mpiExamples/.gitignore
0 → 120000
View file @
147b31ea
../.gitignore-c
\ No newline at end of file
eclipse-projects/mpiExamples/Debug/makefile
deleted
100644 → 0
View file @
33849b33
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
-include
../makefile.init
RM
:=
rm
-rf
# All of the sources participating in the build are defined here
-include
sources.mk
-include
src/subdir.mk
-include
subdir.mk
-include
objects.mk
ifneq
($(MAKECMDGOALS),clean)
ifneq
($(strip $(C_DEPS)),)
-include
$(C_DEPS)
endif
endif
-include
../makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all
:
mpiExamples
# Tool invocations
mpiExamples
:
$(OBJS) $(USER_OBJS)
@
echo
'Building target: $@'
@
echo
'Invoking: GCC C Linker'
mpicc
-o
"mpiExamples"
$(OBJS)
$(USER_OBJS)
$(LIBS)
@
echo
'Finished building target: $@'
@
echo
' '
# Other Targets
clean
:
-
$(RM)
$(OBJS)$(C_DEPS)$(EXECUTABLES)
mpiExamples
-
@echo
' '
.PHONY
:
all clean dependents
.SECONDARY
:
-include
../makefile.targets
eclipse-projects/mpiExamples/Debug/mpiExamples
deleted
100755 → 0
View file @
33849b33
File deleted
eclipse-projects/mpiExamples/Debug/objects.mk
deleted
100644 → 0
View file @
33849b33
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS
:=
LIBS
:=
eclipse-projects/mpiExamples/Debug/sources.mk
deleted
100644 → 0
View file @
33849b33
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
O_SRCS
:=
C_SRCS
:=
S_UPPER_SRCS
:=
OBJ_SRCS
:=
ASM_SRCS
:=
OBJS
:=
C_DEPS
:=
EXECUTABLES
:=
# Every subdirectory with source files must be described here
SUBDIRS
:=
\
src
\
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment